home *** CD-ROM | disk | FTP | other *** search
/ PC Users 1998 June / Cd Pc Users 9.iso / prog / inst / ftpx / ftpx.exe / RELNOTE.TXT < prev    next >
Encoding:
Text File  |  1997-10-29  |  1.6 KB  |  37 lines

  1. MABRY SOFTWARE - FTP ACTIVEX CONTROL - RELEASE NOTES
  2. October 29, 1997
  3.  
  4.  
  5. 1.00.003  October 2, 1997
  6.           * Fixed Done event (broken in 5.00.013).
  7.  
  8. 1.00.002  September 28, 1997
  9.           * Modified interal file opening logic so that an
  10.             error is not returned when copying from the remote
  11.             server to an already existing file on the local
  12.             system.  This was changed so that the FTP/X control
  13.             would be compatible with the previous FTP control.
  14.           * Modified Done event logic during data transfers.
  15.             The Done event now fires after the last packet
  16.             instead of just before it.  NOTE: using DoEvents
  17.             inside the control's event procedures may result
  18.             in the Done event firing before the last packet.
  19.             This is unavoidable and if DoEvents is required
  20.             then the program must expect that a final data
  21.             packet, or some number of directory items, will
  22.             arrive after the Done event is fired.  The data-related
  23.             events fired after the Done event will be fired
  24.             immediately and so a timer set to an interval
  25.             of one second can be used as an inactivity timer.
  26.             When the Done event occurs start the timer.
  27.             If data arrives (either file or directory) then
  28.             restart the timer with a 1 second interval.
  29.             If the interval expires then the transfer is
  30.             finished.
  31.  
  32. 1.00.001  September 17, 1997
  33.           * Control now works properly in Access 97.
  34.  
  35. 1.00.000  August 9, 1997
  36.           * Product release.
  37.